Newer
Older
Digital_Repository / Memory Bank / Kete / Theme examples / with_header_image / stylesheets / header.css
/* this is where we set the header image */
#header {
    background: transparent url(../images/header-bg.jpg) no-repeat top left;  /* background of the header */
    border-bottom: 1px solid white;
    height: 116px;
}